home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / framework / InsertableElementsInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  449 b   |  13 lines

  1. package com.ibm.xml.framework;
  2.  
  3. public class InsertableElementsInfo {
  4.    public boolean canHoldPCData;
  5.    public int childCount;
  6.    public int[] curChildren;
  7.    public boolean isValidEOC;
  8.    public int insertAt;
  9.    public int[] possibleChildren;
  10.    public boolean[] results;
  11.    public int resultsCount;
  12. }
  13.